INfc Service
Interface definition for a service that interacts with NFC cards.
Inheritors
Types
Functions
Link copied to clipboard
Closes the reader.
Link copied to clipboard
This method will block until a card is inserted into the default card reader.
Link copied to clipboard
Reads Mifare sectors from the NFC card.
Link copied to clipboard
Reads data from the NFC card.
Link copied to clipboard
Opens NFC &FeliCa readers &reads the UID (Unique Identifier) of the card.
Link copied to clipboard
abstract fun sendFelicaCommand(command: Array<Byte>, bufferSize: Int, closeAfterResponse: Boolean, timeout: Long): NfcCommandResponse
Sends a FeliCa command to the card.
Link copied to clipboard
Writes Mifare sectors to the NFC card.
Link copied to clipboard
Writes data to the NFC card.